home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Seguranca / Capture Screen / data1.cab / ViewIt_Program / Viewit.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-11-29  |  885b  |  45 lines

  1. object Form1: TForm1
  2.   Left = 287
  3.   Top = 212
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Message'
  7.   ClientHeight = 101
  8.   ClientWidth = 291
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 291
  23.     Height = 16
  24.     Align = alTop
  25.     Alignment = taCenter
  26.     Caption = 'Label1'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Button1: TButton
  36.     Left = 112
  37.     Top = 72
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     TabOrder = 0
  42.     OnClick = Button1Click
  43.   end
  44. end
  45.